| lcDeleteWindow | Home |
|
BOOL lcDeleteWindow ( HANDLE hLcWnd ); |
| hLcWnd | |
| Handle to a graphics window. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| If application destroys the parent window then the design window will be deleted automatically and you don't need to call this function. |
| lcCreateWindow |